Version

LinearGradientBrush Constructor(Nullable<Point>,Nullable<Point>,Color[],Double[])

Used for designer serialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Nullable(Of Point), _
   ByVal end As Nullable(Of Point), _
   ByVal colors() As Color, _
   ByVal offsets() As Double _
)
public LinearGradientBrush( 
   Nullable<Point> start,
   Nullable<Point> end,
   Color[] colors,
   double[] offsets
)

Parameters

start
end
colors
offsets
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also